const crypto/tls.alertCloseNotify
7 uses
crypto/tls (current package)
alert.go#L28: alertCloseNotify alert = 0
alert.go#L65: alertCloseNotify: "close notify",
conn.go#L720: if alert(data[1]) == alertCloseNotify {
conn.go#L848: case alertNoRenegotiation, alertCloseNotify:
conn.go#L856: if err == alertCloseNotify {
conn.go#L1478: c.closeNotifyErr = c.sendAlertLocked(alertCloseNotify)
quic.go#L522: return c.sendAlertLocked(alertCloseNotify)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |